.Net Framework > v1.1.4322 > System > Convert > ToUInt64 ToUInt64(Boolean)
ToUInt64(Byte)
ToUInt64(Char)
ToUInt64(DateTime)
ToUInt64(Decimal)
ToUInt64(Double)
ToUInt64(Int16)
ToUInt64(Int32)
ToUInt64(Int64)
ToUInt64(Object)
ToUInt64(Object,IFormatProvider)
ToUInt64(SByte)
ToUInt64(Single)
ToUInt64(String)
ToUInt64(String,IFormatProvider)
ToUInt64(String,Int32)
ToUInt64(UInt16)
ToUInt64(UInt32)
ToUInt64(UInt64)


ToUInt64(Boolean)

Category
Method
Description
Converts the value of the specified Boolean value to the equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueBoolean
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Byte)

Category
Method
Description
Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit signed integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueByte
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Char)

Category
Method
Description
Converts the value of the specified Unicode character to the equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueChar
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(DateTime)

Category
Method
Description
Calling this method always throws System.InvalidCastException.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueDateTime
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Decimal)

Category
Method
Description
Converts the value of the specified System.Decimal number to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueDecimal
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Double)

Category
Method
Description
Converts the value of the specified double-precision floating point number to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueDouble
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Int16)

Category
Method
Description
Converts the value of the specified 16-bit signed integer to the equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueInt16
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Int32)

Category
Method
Description
Converts the value of the specified 32-bit signed integer to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueInt32
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Int64)

Category
Method
Description
Converts the value of the specified 64-bit signed integer to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueInt64
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Object)

Category
Method
Description
Converts the value of the specified System.Object to a 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueObject
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Object,IFormatProvider)

Category
Method
Description
Converts the value of the specified System.Object to a 64-bit unsigned integer using the specified culture-specific formatting information.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueObject
providerIFormatProvider
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(SByte)

Category
Method
Description
Converts the value of the specified 8-bit signed integer to the equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueSByte
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(Single)

Category
Method
Description
Converts the value of the specified single-precision floating point number to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueSingle
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(String)

Category
Method
Description
Converts the specified System.String representation of a number to an equivalent 64-bit signed integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueString
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(String,IFormatProvider)

Category
Method
Description
Converts the specified System.String representation of a number to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueString
providerIFormatProvider
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(String,Int32)

Category
Method
Description
Converts the System.String representation of a number in a specified base to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueString
fromBaseInt32
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(UInt16)

Category
Method
Description
Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueUInt16
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(UInt32)

Category
Method
Description
Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit unsigned integer.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueUInt32
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

ToUInt64(UInt64)

Category
Method
Description
Returns the specified 64-bit unsigned integer; no actual conversion is performed.
Type
UInt64
Character
public, static
Parameters
NameTypeDescription
valueUInt64
Attributes
NameValue/Assignment
CLSCompliantAttributeFalse
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database